Package com.cisco.pt.ipc.sim.impl
Class EIGRPNeighborTableImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.EIGRPNeighborTableImpl
- All Implemented Interfaces:
IPCObject,EIGRPNeighborTable
Information provided by the PKI file:
\class EigrpNeighborTable
\brief EigrpNeighborTable holds the EIGRP neighbor table.
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionEIGRPNeighborTableImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptiongetNeighborAt(int index) Information provided by the PKI file:getNeighborByIp(IPAddress ipAddress) Information provided by the PKI file:intInformation provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
EIGRPNeighborTableImpl
public EIGRPNeighborTableImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getNeighborCount
public int getNeighborCount()Information provided by the PKI file:
\brief Returns the number of neighbors in the table. \return int, the number of neighbors in the table.- Specified by:
getNeighborCountin interfaceEIGRPNeighborTable- Returns:
- int Returns a int
-
getNeighborAt
Information provided by the PKI file:
\brief Returns the neighbor at the specified index. \param index, the index of the neighbor of interest. \return EigrpNeighbor, the EigrpNeighbor at the specified index.- Specified by:
getNeighborAtin interfaceEIGRPNeighborTable- Parameters:
index- Takes in a parameter of index- Returns:
- EIGRPNeighbor Returns a EIGRPNeighbor
-
getNeighborByIp
Information provided by the PKI file:
\brief Returns the neighbor with the specified IP address. \param ipAddress, the IP address of the neighbor of interest. \return EigrpNeighbor, the EigrpNeighbor with the specified IP address.- Specified by:
getNeighborByIpin interfaceEIGRPNeighborTable- Parameters:
ipAddress- Takes in a parameter of ipAddress- Returns:
- EIGRPNeighbor Returns a EIGRPNeighbor
-